home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 4 / ETO Development Tools 4.iso / Essentials / Developer Essentials May91 / Technical Docs / Macintosh Technical Notes / TN.251.300 / TN.256.Code / DBFKEYƒ / InstallDBFKEY < prev   
Encoding:
Text File  |  1990-07-24  |  236 b   |  10 lines  |  [TEXT/MPS ]

  1.  
  2. #  DebugKey Installer Script
  3. #
  4. #    Place this file in the current directory and type
  5. #    "InstallDBFKEY <Enter>" to install the debugger FKEY
  6. #    in your System file.
  7. #
  8.     Asm DebugKey.a
  9.     Link DebugKey.a.o -o "{SystemFolder}"System -rt FKEY=8
  10.